Html Css Color HEX #BD9B23 Sahara

📋 copy color: '#BD9B23'

red 189 ◦ green 155 ◦ blue 35

#BD9B23
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sahara #BD9B23

Tints of Sahara #BD9B23

RGB

 RED value IS 189 (74.22% from 255) = 49.87%

 GREEN value IS 155 (60.94% from 255) = 40.9%

 BLUE value IS 35 (14.06% from 255) = 9.23%

R = 49.87%
G = 40.9%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD9B23 (or 0xBD9B23) is known color: Sahara. HEX triplet: BD, 9B and 23. RGB value is (189,155,35). Sum of RGB (Red+Green+Blue) = 189+155+35=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9B23 is #4264DC. Grayscale: #979797. Windows color (decimal): -4351197 or 2333629. OLE color: 2333629.

HSL color Cylindrical-coordinate representation of color #BD9B23: hue angle of 46.75º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD9B23 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 155 35 -
CMYK 0 0.18 0.81 0.26
HSL 46.75º 0.69% 0.44% -
HSV(B) 46.75º 0.81% 0.74% -
XYZ 33.01 34.38 6.49 -
YUV 151.49 62.26 154.76 -
System Red Green Blue C M Y K H S L
Decimal 189 155 35 0 0.18 0.81 0.26 46.75 0.69 0.44
Hex BD 9B 23 0 12 51 1A 2F 45 2C
Octal 275 233 43 0 22 121 32 57 105 54
Binary 10111101 10011011 100011 0 10010 1010001 11010 101111 1000101 101100

Color Harmonies of #BD9B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9B23

Black with #BD9B23

Text Example


Text Example

White with #BD9B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9B23; }

 p { color: rgb(189,155,35); }

 H1.HeaderClassName
 {
   color: #BD9B23;
 }
 .AnyTagClassName
 {
   color: #BD9B23;
 }
</style>

background-color css

<style>
 a { background-color: #BD9B23; }

 a { background-color: rgb(189,155,35); }

 div.DivClassName
 {
   background-color: #BD9B23;
 }
 .BgClassName
 {
   background-color: #BD9B23;
 }
</style>

border-color css

<style>
 span { border-color: #BD9B23; }

 span { border-color: rgb(189,155,35); }

 td.TdClassName
 {
   border-color: #BD9B23;
 }
 .TagClassName
 {
   border-color: #BD9B23;
 }
</style>