Html Css Color HEX #CB931B Buddha Gold

📋 copy color: '#CB931B'

red 203 ◦ green 147 ◦ blue 27

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

Shades of Buddha Gold #CB931B

Tints of Buddha Gold #CB931B

RGB

 RED value IS 203 (79.69% from 255) = 53.85%

 GREEN value IS 147 (57.81% from 255) = 38.99%

 BLUE value IS 27 (10.94% from 255) = 7.16%

R = 53.85%
G = 38.99%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB931B (or 0xCB931B) is known color: Buddha Gold. HEX triplet: CB, 93 and 1B. RGB value is (203,147,27). Sum of RGB (Red+Green+Blue) = 203+147+27=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB931B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB931B is #346CE4. Grayscale: #969696. Windows color (decimal): -3435749 or 1807307. OLE color: 1807307.

HSL color Cylindrical-coordinate representation of color #CB931B: hue angle of 40.91º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB931B is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 147 27 -
CMYK 0 0.28 0.87 0.20
HSL 40.91º 0.77% 0.45% -
HSV(B) 40.91º 0.87% 0.8% -
XYZ 35.26 33.64 5.67 -
YUV 150.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 203 147 27 0 0.28 0.87 0.20 40.91 0.77 0.45
Hex CB 93 1B 0 1C 57 14 29 4D 2D
Octal 313 223 33 0 34 127 24 51 115 55
Binary 11001011 10010011 11011 0 11100 1010111 10100 101001 1001101 101101

Color Harmonies of #CB931B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB931B

Black with #CB931B

Text Example


Text Example

White with #CB931B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB931B; }

 p { color: rgb(203,147,27); }

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

background-color css

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

 a { background-color: rgb(203,147,27); }

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

border-color css

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

 span { border-color: rgb(203,147,27); }

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